<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-------------------å¯Œæ–‡æœ¬-------------*/
.rich-box{
    padding: 64px 0;
    /*width: 1920px;*/
    width: 100%;
    margin: auto;
}
.rich-box img {
    max-width: 100%;
    height: auto;
}
.rich-box .rich-content{
    word-break: break-all;
}
.rich-box *{
    white-space: inherit!important;
}

@media screen and (max-width: 768px) {
    .rich-box {
        padding: .5rem 0.24rem;
        box-sizing: border-box;
    }
    .rich-box img {
        max-width: 100% !important;
        height: auto !important;
    }
}
</pre></body></html>